From: Richard M. Stallman Date: Tue, 4 Jan 1994 14:21:54 +0000 (+0000) Subject: (SUNOS_LOCALTIME_BUG): #if 0'd. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93622 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0b312d08319768b63c045b8a36013d7ac66aa090;p=emacs.git (SUNOS_LOCALTIME_BUG): #if 0'd. --- diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 681220a501c..87cb4383976 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h @@ -27,5 +27,7 @@ #endif #endif +#if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */ /* Tell GNU malloc to compensate for a bug in localtime. */ #define SUNOS_LOCALTIME_BUG +#endif